Click here to Skip to main content
15,887,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I have 3rd party(ComponentArt) Treeview control(User control). In this if we need to double click the any one of the treeview node we need to call the some other function.
For this how we generate the doubleclick Event for this control.
Please provide exact code(i tried lot in forums).

Sample code:

<ComponentArt:TreeView x:Name="TView";BorderThickness="2"; AllowNodeEditing="False">

Thanks.
Posted

Have you searched/asked on the ComponentArt web site? Here[^].

You are more likely to get an answer there, than here.
 
Share this answer
 
sankar.cs wrote:
we need to call the some other function.


Who said so?
You can raise double click event both client side and server side. Use Client template of treeview to raise client side double click.

I think, there are samples on component art website itself. Also, the help file shared across by them are quite useful - have a look at them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900